Top Indexers by Query Volume



Most Queried Network Subgraphs

Search Subgraphs: Graphscan | Graph Explorer | GraphSeer


Most Queried Network Subgraphs (Last 3D)



Most Queried Network Subgraphs (Last 30D - Tiers 2-4)



Braindexer Queries Served



Allocation Code & Indexing Links

Braindexer Explorer | Braindexer Graphscan | OK Graph | The Graph Indexer Docs | The Graph Error Docs

# connect to ethereum/arbitrum
ssh graph@5.9.85.100 
docker run --entrypoint /bin/bash -it ghcr.io/graphprotocol/indexer-cli:v0.20.22
graph indexer connect http://5.9.85.100:30800
graph indexer connect http://5.9.85.100:30801

# statuses 
graph indexer status --network arbitrum-one
graph indexer actions get --status queued --network arbitrum-one

# actions
graph indexer actions queue allocate deployment_id 100
graph indexer actions queue reallocate deployment_id allocation_id 100
graph indexer actions queue unallocate deployment_id allocation_id
graph indexer rules prepare deployment_id 
graph indexer actions approve id --network arbitrum-one
graph indexer actions execute approved

# grafting 
curl -XPOST https://api.thegraph.com/ipfs/api/v0/cat\?arg\=deployment_id -s | grep graft -A 1

# force unallocate
graph indexer actions queue unallocate deployment_id allocation_id 0x0000000000000000000000000000000000000000000000000000000000000000 --force --network arbitrum-one